d_android ~master (2019-12-16T18:41:18Z)
Dub
Repo
__android_log_write
android
ndk
log
Writes the constant string
text
to the log, with priority
prio
and tag
tag
.
extern (
C
) nothrow @
nogc
int
__android_log_write
(
int
prio
,
const
(
char
)*
tag
,
const
(
char
)*
text
)
Meta
Source
See Implementation
android
ndk
log
enums
android_LogPriority
log_id
functions
__android_log_assert
__android_log_buf_print
__android_log_buf_write
__android_log_print
__android_log_vprint
__android_log_write
Writes the constant string text to the log, with priority prio and tag tag.